.nav {
	height: 953px;
	background: url(../images/b_01.png) no-repeat;
	position: relative;
	z-index: 1000;
	background-size: cover;
	position: relative;
}

video {
	/*position: absolute;*/
	object-fit: fill;
}

.nav>.w {
	height: 88px;
	position: absolute;
	/*    z-index: 1000;
*/
	left: 50%;
	transform: translateX(-50%);
}

.navlogo,
.navul>li {
	float: left;

}

.navul {
	float: right;
}

.navul>li img {
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.5s;
}

.navul>li {
	line-height: 88px;
	font-size: 16px;
	margin-left: 65px;
	position: relative;
	cursor: pointer;
}

.navul>li>a {
	color: #fff;
}

.navul>li:hover a {
	color: #01cf77;
}

.navul>li.active>a {
	color: #01cf77;
}

.navul>li.active img {
	/*transition: all 0.5s;*/
	opacity: 1;
}

.bannertext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	/*z-index: 1000;*/
}

.bannertext>h3 {
	font-size: 60px;
	font-family: "Chiller";
	text-transform: uppercase;
}

.bannertext>p {
	font-size: 20px;
	line-height: 48px;
	letter-spacing: 2px;
}

.bgpic {
	position: absolute;
	width: 100%;
	top: 370px;
	background: url(../images/bg.png) no-repeat;
	background-size: cover;
	/*z-index: 1000;*/
}

.bgcontent {
	margin-top: 640px;
	/*margin-bottom: 60px;*/
}

.globe {
	height: 395px;
	display: flex;
	justify-content: space-between;
}

.globebox {
	position: relative;
	width: 280px;
	visibility: hidden;
}

.sytitle {
	position: relative;
	margin: 65px 0;
	display: inline-block;
	visibility: hidden;
}

.stfir,
.stsed,
.syth,
.syths,
.stse,
.syfor,
.ming {
	visibility: hidden;
}
/*  */
.cl::after,
.cl::before{
     content:'';
     display:table;
}
.cl::after {
     clear:both;
}

.globebox:nth-of-type(2) {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}

.globebox:nth-of-type(3) {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}

.globebox:nth-of-type(4) {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}

.globeimg,
.globezz,
.globeborder {
	position: absolute;
}

.globebox>img {
	bottom: 0;
	left: 0;
}

.globeimg {
	width: 148px;
	height: 148px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.globeimg>img {
	width: 100%;
	height: 100%;
}

.gtext {
	width: 60%;
	color: #999999;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
}

.globebox.active>.gtext,
.globebox:hover .gtext {
	color: #01cf77;
}

.gtext>h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: -40px;
}

.gtext>p {
	margin-bottom: 50px;
}

.gtext>a {
	color: #999999;
}

.globebox.active>.gtext>a {
	color: #06995e;
}

.globeborder {
	display: none;
}

.globebox.active>.globeborder,
.globebox:hover .globeborder {
	display: block;
}

.globebox:hover .gtext>a {
	color: #06995e;
	animation: gogogo 2s infinite linear;
	-webkit-animation: gogogo 2s infinite linear;
}

@keyframes gogogo {
	0% {
		margin-left: 0;
	}

	25% {
		margin-left: 10px;
	}

	50% {
		margin-left: 20px;
	}

	75% {
		margin-left: 10px;
	}

	100% {
		margin-left: 0;
	}
}

@-webkit-keyframes gogogo {
	0% {
		margin-left: 0;
	}

	25% {
		margin-left: 10px;
	}

	50% {
		margin-left: 20px;
	}

	75% {
		margin-left: 10px;
	}

	100% {
		margin-left: 0;
	}
}

@-moz-keyframes gogogo {
	0% {
		margin-left: 0;
	}

	25% {
		margin-left: 10px;
	}

	50% {
		margin-left: 20px;
	}

	75% {
		margin-left: 10px;
	}

	100% {
		margin-left: 0;
	}
}

@-o-keyframes gogogo {
	0% {
		margin-left: 0;
	}

	25% {
		margin-left: 10px;
	}

	50% {
		margin-left: 20px;
	}

	75% {
		margin-left: 10px;
	}

	100% {
		margin-left: 0;
	}
}

/*数据计划*/
.shuju {
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: center;
}

/*.sytitle{
	position: relative;
    margin: 65px 0;
    display: inline-block;
    visibility: hidden;
}*/
.sytitle>h2 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

.sytitle>h1 {
	position: absolute;
	font-size: 214px;
	font-family: "Bauhaus 93";
	color: #fff;
	opacity: 0.05;
	filter: alpha(opacity=(2));
	left: 50%;
	top: -120px;
	transform: translateX(-50%);
	text-transform: uppercase;
	visibility: hidden;
}

.scalesmall {
	animation: scalesmall 3s;
	-webkit-animation: scalesmall 3s;
	-o-animation: scalesmall 3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	text-align: center;
}

@keyframes scalesmall {
	from {
		font-size: 900px;
		top: -400px;
		visibility: hidden;
	}

	to {
		font-size: 214px;
		opacity: 0.05;
		visibility: visible;
	}
}

@-o-keyframes scalesmall {
	from {
		font-size: 900px;
		top: -400px;
		visibility: hidden;
	}

	to {
		font-size: 214px;
		opacity: 0.05;
		visibility: visible;
	}
}

@-webkit-keyframes scalesmall {
	from {
		font-size: 900px;
		top: -400px;
		visibility: hidden;
	}

	to {
		font-size: 214px;
		opacity: 0.05;
		visibility: visible;
	}
}

.scalesmalltwo {
	animation: scalesmall 3s;
	-webkit-animation: scalesmall 3s;
	-o-animation: scalesmall 3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	text-align: center;
}

@keyframes scalesmalltwo {
	from {
		font-size: 900px;
		top: -400px;
		visibility: hidden;
	}

	to {
		font-size: 180px;
		opacity: 0.05;
		visibility: visible;
	}
}

@-o-keyframes scalesmalltwo {
	from {
		font-size: 900px;
		top: -400px;
		visibility: hidden;
	}

	to {
		font-size: 180px;
		opacity: 0.05;
		visibility: visible;
	}
}

@-webkit-keyframes scalesmalltwo {
	from {
		font-size: 900px;
		top: -400px;
		visibility: hidden;
	}

	to {
		font-size: 180px;
		opacity: 0.05;
		visibility: visible;
	}
}

.sytitle>p {
	color: #999999;
	margin: 18px 0;
}

.ppic {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.liwu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.liwu p {
	text-align: left;
	color: #999999;
	font-size: 15px;
}

.liwu span {
	color: #999999;
	font-size: 17px;
	text-align: left;
}

.liwu i {
	margin-right: 5px;
}

.liwur {
	height: 370px;
	width: 640px;
}

.liwur video {
	position: static;
	outline: none;
}

.liwur>img {
	height: 100%;
	width: 100%;
}

/* 首页查看 */
.watch_l {
	width: 20%;
}

.watch_r {
	width: 880px;
}
.watch_r div{ 
	overflow: hidden;
}

.watch_r p {
	font-size: 16px;
}

.watch_nav {
	height: 730px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.watch_nav>li {
	user-select: none;
	width: 260px;
	height: 120px;
	line-height: 120px;
	color: #ffffff;
	background-color: #111122;
	font-size: 25px;
}

.watch_nav>li:hover {
	cursor: pointer;
}

.w_img_box {
	height: 425px;
	padding-bottom: 26px;
}

.watch_nav .w_nav_s {
	background-color: #1b2257;
}

.w_img_box img {
	width: 100%;
	height: 100%;
}

.w_main {
	text-align: left;
	color: #999999;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 278px;
}

.w_main h2 {
	margin-top: 20px;
	color: #ffffff;
	font-size: 25px;
}

.w_main p {
	margin-top: 20px;
	font-size: 16px
}

.w_main_one {
	height: 152px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.w_main button {
	width: 145px;
	height: 50px;
	border-radius: 10px 10px;
	line-height: 40px;
	font-size: 14px;
	outline: none;
	margin-right: 30px;
}

.b_one {
	background-color: #1b2257;
	color: #FFFFFF;
}

.b_two {
	background-color: #ffffff;
	color: #000;
}

.ppimg>dt {
	width: 570px;
	height: 240px;
	overflow: hidden;
}

.ppimg>dt>img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.ppimg>dt>img:hover {
	transform: scale(1.2);
}

.ppimg>dd {
	height: 90px;
	background: #24262c;
	color: #fff;
	text-align: center;
}

.ppimg>dd>h4 {
	font-size: 18px;
	padding-top: 15px;
}

.ppimg>dd>p {
	color: #999999;
	margin: 10px 0;
}

.bugbg {
	height: 440px;
	background: url(../images/b_02.png) no-repeat;
	background-size: cover;
}

.buycontent {
	width: 730px;
	float: right;
	text-align: left;
}

.buycontent>.sytitle {
	margin-top: 90px;
	margin-bottom: 30px;
}

.buycontent>.sytitle>h1 {
	text-transform: none;
	margin-top: -10px;
	margin-left: 25px;
}

.buycontent>.sytitle>p {
	text-transform: uppercase;
}

.buycontent>.sytitle>h2 {
	text-align: left;
}

.buycontent>p {
	color: #999999;
	line-height: 30px;
}

.buycontent>a {
	display: inline-block;
	width: 140px;
	height: 58px;
	line-height: 58px;
	border: 1px solid #55575c;
	color: #999999;
	text-align: center;
	margin-top: 45px;
	transition: all 0.3s;
}

.buycontent>a:hover {
	background: #06995e;
	color: #fff;
}


.how {
	text-align: center;
	position: relative;
	z-index: 10;
}

.how .ppimg>dt {
	width: 280px;
	height: 410px;
}

.how .ppimg>dd {
	background: #fff;
	color: #333;
}

/*底部*/
.footer {
	height: 200px;
	background: #000;
	color: #999999;
}

.footer>.w {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	/*background:rgba(0,0,0,.21);*/
}

.footer_two {
	text-align: center;
	color: #999999;
}

.content {
	width: 125px;
	border-right: 1px solid #313131;
	padding: 25px 0;
}

.content>h3 {
	font-weight: normal;
	font-size: 18px;
}

.content>h5 {
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0;
}

.dizhi {
	width: 80%;
}

.dizhi>li:nth-of-type(2) {
	margin: 30px 0;
}

.dztext {
	display: inline-block;
	width: 280px;
	margin-right: 90px;
}

.ma {
	position: absolute;
	right: 0;
}

.ma>dd {
	text-align: center;
	margin-top: 10px;
}

.footbg {
	position: absolute;
	width: 100%;
	height: 1120px;
	background: url(../images/b_03.png) no-repeat;
	bottom: 0;
	background-size: cover;
}

/*商店*/
.nav.store {
	height: 846px;
	background: url(../images/xx_01.png) no-repeat;
	background-size: cover;
}

.mingm {
	color: #fff;
	text-align: center;
	line-height: 36px;
	padding-top: 130px;
}

.mingm>h1 {
	font-size: 36px;
	line-height: 72px;
	letter-spacing: 10px;
	font-weight: normal;
}

.gift {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}

.stargifi {
	width: 380px;
	height: 385px;
	position: relative;
}

.stargifi>img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.stargifi>div {
	width: 100%;
	height: 247px;
	background: #131720;
	position: absolute;
	bottom: 0;
}

.stargifi>div>h3 {
	font-size: 18px;
	color: #04c573;
	text-align: center;
	font-weight: normal;
	margin-top: 107px;
}

.stargifi>div>p {
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin-top: 25px;
}

.stargifi>a {
	display: inline-block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #01a05c;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	position: absolute;
	bottom: 0;
}

/*登记册*/
.nav.dengji {
	height: 1080px;
	background: url(../images/x_01.png) #000000 no-repeat;
	/*background-size: 100% 100%;*/
    background-position: top center;
}

.djfoot {
	position: relative;
	width: 100%;
	/* margin-top: 60px; */
}

.djfoot>.footer {
	/*position: absolute;*/
	bottom: 0;
	z-index: 1000;
	width: 100%;
	/*background: transparent;*/
}

.djBox {
	width: 1200px;
	/* height: 369px; */
	background-color: #131720;
	border-radius: 10px;
	position: absolute;
	top: 140px;
	left: 50%;
	transform: translateX(-50%);
	/* margin-top: 250px; */
	overflow: hidden;
	/* margin-bottom: 200px; */
}

.djBox>h1 {
	display: block;
	width: 100%;
	height: 60px;
	/* font-family: "Bauhaus 93"; */
	background-color: #01a05c;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	padding-top: 40px;
	color: #FFFFFF;
}

.i_group {
	display: flex;
	justify-content: start;
	padding-bottom: 20px;
}

.i_group h6 {
	width: 100px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	line-height: 50px;
	margin-right: 20px;
	user-select: none;
	text-align: right;
}

.djBox>form {
	margin: 30px 90px 0;
}

.i_group input {
	width: 600px;
	height: 50px;
	border-radius: 3px;
	border: solid 1px #a0a0a0;
	background: transparent;
	outline: none;
	font-size: 16px;
	color: #fff;
	/* margin-top: 20px; */
}

.i_group div {
	width: 600px;
	/*height: 50px;*/
	border-radius: 3px;
	border: solid 1px #a0a0a0;
	background: transparent;
	outline: none;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	padding-left: 20px;
}

.i_group .un_box {
	width: 600px;
	/*height: 150px;*/
	border: none;
	padding-left: 0;
	display: flex;
	justify-content: start;
}
.un_box div{
	/*width: auto;*/
	justify-content: left;
	display: flex;
	flex-wrap: wrap;
	/*height: 150px;*/
	margin-right: 4px;
	padding: 0;
}
.un_box img
.un_box video {
	width: 150px;
	height: 150px;
}
.i_group .unload {
	width: 150px;
	height: 150px;
	padding-left: 0;
	position: relative;
}
.xs_img{
position:relative ;
}
.del_box{
	position: relative;
}
.unload span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	font-size: 30px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	color: rgba(211, 207, 207, 0.445);

}

.djBox>form input[type=submit] {
	background-color: #1b184e;
	border: 0;
	font-weight: normal;
	color: #FFFFFF;
	border-radius: 5px;
	padding-left: 0;
	cursor: pointer;
}

/* 录入结果表格 */
.res {
	width: 100%;
	color: #434549;
	/* border: 1px solid #FFFFFF; */
	border-spacing: 0;
	padding-bottom: 30px;
}

.res th,
.res td {
	border: 1px solid #434549;
	line-height: 60px;
	/*height: 60px;*/
	font-size: 18px;
}

.res th {
	width: 20%;
}
.fullsc{
	/*display: flex;*/
	flex-wrap: wrap;
}
.xs_video{
	width: 160px;
}

.fullsc>.addpadding{
	flex-shrink: 0;
	padding: 10px 0;
}
.res td {
	padding-left: 20px;
}

.res tr:last-child {
	height: 180px;
	line-height: 100px;
}

.boxs img,
.boxs video {
	/*width: 160px;*/
	/*max-width: 160px;*/
	/*height: 160px;*/
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	margin-right: 20px;
}
.xs_videos{
	max-width: 160px;
	height: 160px;
}

/*登记列表*/
.djlist {
	width: 1205px;
	height: 550px;
	background-color: #131720;
	border-radius: 10px;
	/* text-transform: uppercase; */
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 250px;
}

.djlist>p {
	height: 62px;
	line-height: 62px;
	background-color: #01a05c;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

.djlist>ul {
	margin-top: 20px;
}

.djlist>ul>li {
	width: 1035px;
	line-height: 20px;
	margin: 0 auto;
	border: 1px dashed #2c3037;
	border-right: none;
	color: #999999;
}

.djlist>ul>li>div {
	display: inline-block;
	width: 115px;
	text-align: center;
	position: relative;
}

.ds {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}


.djlist>ul>li>span {
	display: inline-block;
	width: 85%;
	padding: 15px 0;
	padding-left: 25px;
	word-break: break-word;
	border-left: 1px dashed #2c3037;
	/* text-transform: lowercase; */
}

/*常见问题*/
.nav.que {
	/* height: 1378px;
    background: url(../images/c.png) no-repeat;
    background-size: cover; */
}

.footer>.w.quef {
	background: transparent;
}

.queTi {
	/* width: 1203px;
    position: absolute;
    top: 143px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    color: #fff; */
}

.queTi>ul {
	width: 1143px;
	background-color: #131720;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 25px;
}

.queTi div {
	display: inline-block;
	color: #999999;
	width: 95%;
	line-height: 25px;
}

.queTi h3 {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
}

.queTi span {
	float: left;
	font-family: "Bookman Old style";
	font-weight: bold;
	font-size: 24px;
	color: #01a05c;
	letter-spacing: 7px;
}

.queTi ul li {
	margin-bottom: 35px;
}

/*关于我们*/
.nav.about {
	height: 1795px;
	background: url(../images/a.png) no-repeat;
	background-size: cover;
}

.abi {
	position: absolute;
	margin-top: 150px;
	width: 1251px;
	left: 50%;
	transform: translateX(-50%);
}

.abtext {
	width: 587px;
	background-color: #131720;
	padding: 30px 40px;
	margin-left: 30px;
	margin-top: 50px;
	position: absolute;
}

.abtext>h1 {
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 55px;
}

.abtext>p {
	color: #999999;
	text-indent: 24px;
	line-height: 30px;
}

.abi>.clearfix>img {
	float: right;
	margin-right: -40px;
}

.abIpc {
	position: absolute;
	right: 42px;
	top: 300px;
}

.abb {
	width: 513px;
	height: 196px;
}

.abb>img {
	width: 100%;
	height: 100%;
}

.abg {
	width: 513px;
	height: 122px;
	/* background-color: #01a05c; */
	margin-top: -80px;
	margin-left: -50px;
}

.abcontent {
	margin-top: 125px;
}

.abcontent>h1 {
	color: #fff;
	font-weight: normal;
	margin-top: 35px;
}

.abcontent>h6 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 36px;
}

.abcontent>p {
	color: #999999;
	margin-top: 35px;
	line-height: 25px;
}

/*数据计划*/
.nav.plan {
	/*height: 1080px;*/
	background: url(../images/p.png) no-repeat;
	background-size: cover;
}

.plantext {
	margin-top: 12%;
}

.plantext>h1,
.plantext>p {
	margin-top: 20px;
	font-weight: normal;
	color: #fff;
}

.plantext>h1 {
	font-size: 36px;
	margin-top: 80px;
}

/*下载*/
.nav.down {
	/*height: 1080px;*/
	background: url(../images/dd_01.png) no-repeat;
	background-size: cover;
}

.downtext {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	color: #fff;
	text-align: center;
}

.downtext>h1 {
	font-size: 60px;
	font-weight: normal;
}

.downtext>p {
	font-size: 16px;
	line-height: 50px;
	margin-bottom: 100px;
}

.downtext>a {
	display: inline-block;
	width: 215px;
	height: 59px;
	line-height: 59px;
	background-color: #01a05c;
	border-radius: 29px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin: 0 18px;
}

.downtext>a:hover {
	background: #1f8458;
	color: #cccccc;
}

/*版权图书*/
.nav.book {
	background: url(../images/b_07.png) no-repeat;
	background-size: cover;
}

.bookbox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	color: #fff;
}

.bk_lf {
	float: left;
	width: 444px;
	height: 299px;
	margin-left: 40px;
}

.bk_lf>img {
	width: 100%;
	height: 100%;
}

.bk_rg {
	float: right;
	width: 597px;
	margin-right: 40px;
	visibility: hidden;
}

.bk_rg>h1 {
	font-size: 36px;
	font-weight: normal;
}

.bk_rg>p {
	line-height: 30px;
	margin-top: 35px;
}

.bk_rg>p:nth-last-of-type(1) {
	margin-top: 0px;
}

/*新闻详情*/
.nav.new {
	height: 1080px;
	background: url(../images/bg_02.png) no-repeat;
	background-size: cover;
}

.newbox {
	height: 669px;
	background-color: rgba(0, 0, 0, 0.45);
	position: absolute;
	top: 145px;
	z-index: 1000;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: #999999;
	padding: 30px 40px;
}

.newbox>h1 {
	font-size: 24px;
	padding-top: 15px;
	color: #fff;
	font-weight: normal;
}

.newbox>div {
	font-size: 12px;
	padding: 25px 0;
	/* border-bottom: 1px dashed #504e4e; */
	margin-bottom: 45px;
}

.newbox>p {
	width: 1125px;
	text-align: left;
	margin-top: 30px;
}

.newlist {
	position: absolute;
	z-index: 1000;
	top: 143px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.45);
}

.newlist>ul>li {
	width: 349px;
	height: 153px;
	padding: 30px 25px 25px;
	border-right: 1px solid #272829;
	border-bottom: 1px solid #272829;
	float: left;
}

.newlist>ul>li:hover {
	border: solid 2px #01cf77;
	padding: 28px 24px 24px 23px;
}

.newlist>ul>li>h4 {
	font-size: 16px;
	color: #fff;
}

.newlist>ul>li>p {
	color: #999;
	margin: 30px 0 30px;
	line-height: 25px;
	font-size: 12px;
}

.newlist>ul>li>a {
	color: #01cf77;
	visibility: hidden;
}

.newlist>ul>li:hover a {
	visibility: visible;
}

.newlist>ul>li:hover h4 {
	color: #01cf77;
}

.newlist>ul>li>i {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	border-width: 6px;
	border-color: #01cf77;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	margin-left: 25px;
	visibility: hidden;
}

.newlist>ul>li:hover>i {
	visibility: visible;
}

.newlist>div>a {
	height: 75px;
	line-height: 75px;
	color: #FFFFFF;
	margin-left: 30px;
}

.newlist>div>a.active {
	color: #01cf77;
}

/*联系我们*/
.nav.contact {
	height: 1090px;
	background: url(../images/l.png) no-repeat;
	background-size: cover;
}

.context {
	color: #fff;
	font-weight: normal;
	margin-top: 180px;
}

.context div {
	float: left;
	font-size: 14px;
	width: 640px;
}

.context dl {
	width: 320px;
	margin-top: 50px;
	float: left;
}

.context dl:nth-of-type(2n) {
	width: 100px;
	padding-left: 100px;
}

.context dl dd {
	color: #999999;
	margin: 8px 0;
}

.context h5 {
	line-height: 25px;
	font-weight: normal;
}

.context form {
	float: right;
	margin-right: 95px;
}

.context input[type=text],
input[type=submit],
textarea {
	width: 330px;
	height: 41px;
	border: solid 1px rgba(160, 160, 160, 0.53);
	background: transparent;
	color: #999;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 14px;
	outline: none;
}

.context input[type=submit] {
	width: 340px;
	background-color: #01a05c;
	color: #fff;
	padding-left: 0px;
}

.context textarea {
	height: 139px;
}

.context .conmap {
	width: 100%;
	height: 535px;
	margin-top: 20px;
	position: relative;
}

.context .cmap {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.context .conmap .ctext {
	width: 190px;
	height: 40px;
	line-height: 40px;
	background-color: #01a05c;
	text-align: center;
	border-radius: 10px;
	position: absolute;
	left: -80px;
}

/*礼物特点*/
.nav.gf {
	height: 2140px;
	background: url(../images/g.png) no-repeat;
	background-size: cover;
}

.speigf {
	margin-top: 362px;
}

.speibg {
	height: 385px;
	background: url(../images/gg_02.png) no-repeat;
}

.speibg>h1 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	padding-top: 182px;
	padding-left: 45px;
}

.speibg>p {
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	margin-top: 30px;
	padding-left: 45px;
}

.gfshow {
	margin-top: 100px;
	text-align: center;
}

.gfshow>h1 {
	font-size: 36px;
	color: #fff;
	font-weight: normal;
}

.gfshow>p {
	width: 740px;
	font-size: 14px;
	color: #999999;
	margin: 0 auto;
	line-height: 25px;
	margin-top: 20px;
}

.gfshow>ul {
	display: flex;
	justify-content: space-between;
}

.gfshow>ul>li {
	float: left;
	margin-top: 40px;
	border-radius: 50%;
	/*transform: rotate(0deg);*/
	transition: all 3.5s;
}

.gfshow>ul>li:hover {
	transform: rotate(-360deg);
}

.gftext {
	margin-top: 145px;
	display: flex;
	justify-content: space-between;
}

.gftext>dl {
	float: left;
}

.gftext>dl:last-child {
	margin-top: 30px;
}

.gftext>dl>dd {
	font-size: 36px;
	color: #fff;
	margin: 40px 0;
}

.gftext>dl>p {
	width: 560px;
	font-size: 14px;
	color: #999;
	line-height: 25px;
	margin-top: 20px;
}

.fadetop {
	visibility: visible;
	animation: fadetop 2s;
	-webkit-animation: fadetop 2s;
	-o-animation: fadetop 2s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	/*text-align: center;*/
}

.stargifis {
	position: relative;
	width: 540px;
	height: 400px;
}

.stargifis img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	height: 280px;
	width: 280px;
}

.stargifis div {
	width: 270px;
	height: 240px;
	text-align: center;
	background: rgba(173, 173, 173, 0.219);
	position: absolute;
	top: 40px;
	left: 80px;
	z-index: 1;
	padding-left: 200px;
	padding-bottom: 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.stargifis p {
	color: #FFFFFF;
	font-size: 16px;
	padding: 20px 20px;
	text-align: left;
	line-height: 30px;
}

.stargifis a {
	width: 200px;
	height: 70px;
	display: block;
	margin: 0 auto;
	line-height: 70px;
	color: #FFFFFF;
	font-size: 24px;
	background-color: #00ce73;
	border-radius: 10px 10px;
}

/* 服务导航 */
.service_nav {
	width: 1200px;
	margin: 0 auto;
	margin-top: 143px;
}

.service_nav ul {
	display: flex;
	justify-content: space-between;
}

.service_nav li {
	width: 280px;
	height: 200px;
	display: inline-block;
	background-color: #0f1024;
	border-radius: 10px;
	color: #fff;
	text-align: center;
}

.service_nav li div {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 20px
}

.service_nav li:hover {
	cursor: pointer;
}

.service_nav li i {
	font-size: 56px;
	padding-bottom: 20px;
}

.service_nav .s_seleced {
	background-color: #18184a;
}

.ser_h {
	height: 0;
}

.queTi .l {
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 20px;
}

.queTi .c {
	text-align: center;
	color: #999;
	font-size: 16px;
}

.queTi .c p {
	line-height: 50px;
}

.cjq li {
	line-height: 41px;
}

.cjq li p {
	line-height: 45px;
}

.queTi .cjq_t {
	text-align: left;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 80px;
}

.ctt_form {
	padding-left: 80px;
	margin-top: 60px;
}

.ctt_form div {
	margin-bottom: 40px;
}

.ctt_form h6 {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}

.ctt_form input {
	width: 780px;
	height: 50px;
	border-radius: 3px;
	border: solid 1px #949494;
	background: transparent;
	outline: none;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	padding-left: 20px;
}

.ctt_text {
	width: 760px;
	height: 160px;
	border: 1px solid #7a7a7a;
	border-radius: 5px;
	/* maring-top : 20px; */
	resize: none;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
}

.queTi .ctt .b {
	width: 280px;
	height: 60px;
	border-radius: 10px;
	background-color: #00a55a;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	margin-left: 80px;
	user-select: none;
}

.queTi .ctt_info {
	padding-left: 80px;
	padding-top: 20px;
	color: #c9c8c8;
	font-size: 12px;
	margin-top: 20px;
}

.ctt_info h2 {
	padding-bottom: 20px;
}

.queTi .ctt_info span {
	color: #FFFFFF;
	font-size: 14px;
}

.ctt_info p {
	padding-bottom: 20px;
	text-align: left;
}

.ser_box {
	margin-top: 40px;
}

.ser_box div {
	padding-bottom: 30px;
}

.ser_box div h2 {
	padding-bottom: 20px;
	color: #FFFFFF;
}
.abt_box {
	margin-top: 40px;
}
.abt_box p {
	padding-bottom: 40px;
	line-height: 30px;
}

.re_one {
	height: 504px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}

.re_one_o {
	width: 245px;
	height: 500px;
	border: 1px solid #FFFFFF;
}

.re_one_o img {
	width: 100%;
	height: 100%;
}

.re_one_t {
	width: 600px;
	height: 500px;
	border: 1px solid #FFFFFF;
}

.re_two {
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
	padding-top: 5px;
	color: #9b999e;
	font-size: 12px;
}

.re_two h2 {
	color: #ffffff;
	font-size: 20px;
}

.re_two button {
	width: 150px;
	height: 50px;
	background-color: #fff;
	border-radius: 10px 10px;
	font-size: 16px;
	outline: none;
}

.pe_one {
	width: 880px;
	height: 550px;
	display: flex;
	/* flex-direction: column; */
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 60px;
}

.pe_one img {
	height: 230px;
	width: 425px;
}

.pe_one img:first-child {
	width: 100%;
	height: 270px;
}

.pe_two,
.bo_two {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
	color: #9b999e;
	height: 120px;
	font-size: 12px;
}

.pe_two h2,
.at_two h2,
.bo_two h2 {
	color: #FFFFFF;
	font-size: 25px;
}

.at,
.book {
	height: 730px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.at_img {
	width: 880px;
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
}

.at_img>img {
	width: 204px;
	height: 204px;
	border-radius: 50%;
}

.at_two {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
	color: #9b999e;
	height: 120px;
	font-size: 12px;
}

.bo_one {
	height: 570;
	display: flex;
	justify-content: space-between;
}

.bo_one>img {
	width: 425px;
}

.bo_one>div {
	width: 425px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bo_one>div>img {
	width: 425px;
	height: 260px;
}

/* 新闻 */

.queTi .new {
	margin-top: 140px;
	display: flex;
	justify-content: space-between;
	width: 1200px;
}

.queTi .new_one {
	width: 60%;
	padding: 0 10px;
	border-right: 2px solid #3b5064;
}

.queTi .new_tit {
	width: 80%;
	display: flex;
	justify-content: space-between;
	line-height: 40px;
	padding-bottom: 20pxs;
}

.new_tit h3 {
	color: #FFFFFF;
	font-size: 25px;
}

.n_one_box h3 {
	color: #808183;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 20px;
}

.n_one_box {
	padding-bottom: 20px;
}

.queTi .n_one_box>div {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.n_one_box>div>img {
	width: 170px;
	height: 170px;
}

.new_tit a {
	color: #4f64a3;
	font-size: 15px;
}

.queTi .new_two {
	width: 50%;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: start;
}
.queTi .new_two>div{
	height: 45%;
	overflow: hidden;
}
.queTi .new_two>div:first-child {
	margin-bottom: 40px;
}
.queTi .new_two>div:last-child {
	height: 38%;
}
.queTi .new_a {
	/* display: flex; */
	flex-direction: column;
	/* justify-content: space-between; */
}

.new_a p {
	line-height: 55px;
	font-size: 16px;
	color: #646970;
	display: flex;
	justify-content: space-between;

}

.new_a p>a {
	color: #646970;
	width: 320px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.new_two .new_tit {
	width: 95%;
}

/* 平台导航 */
.pf_nav {
	width: 1200px;
	margin: 0 auto;
	margin-top: 143px;
}

.pf_nav ul {
	display: flex;
	justify-content: space-between;
}

.pf_nav li {
	width: 380px;
	height: 200px;
	display: inline-block;
	background-color: #0f1024;
	border-radius: 10px;
	color: #fff;
	text-align: center;
}

.pf_nav li div {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 20px
}

.pf_nav li:hover {
	cursor: pointer;
}

.pf_nav li i {
	font-size: 56px;
	padding-bottom: 20px;
}

.pf_nav .s_seleced {
	background-color: #18184a;
}

.bec_bg,
.mar_bg {
	width: 1143px;
	background-color: #151925;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 25px;
	font-size: 18px;
	padding-bottom: 40px;
}

.bec_bg h2 .mar_bg h2 {
	padding: 20px 0;
	font-size: 30px;
}

.bec_bg p,
.mar_bg p {
	line-height: 40px;
	margin-top: 30px;
}

.bec_q li {
	display: flex;
	font-size: 16px;
	line-height: 40px;
	color: #FFFFFF;
}

.bec h3 {
	color: #FFFFFF;
	font-size: 25px;
	padding: 20px 0;
}

.bec_q li:nth-child(even) {
	margin-bottom: 30px;
	display: block;
}

.bec_q span {
	color: #01a05c;
	margin-right: 1em;
	font-size: 20px;
	display: inline-block;
	line-height: 80px;
}

.bec_q h3 {
	font-size: 20px;
}

.bec_q p {
	text-indent: 2em;
	line-height: 21px;
	color: #999999;
}

.mar_bg>div {
	padding-left: 45px;
	margin-top: 30px;
}

.mar_bg>div>div {
	width: 160px;
	height: 50px;
	background-color: #1b184e;
	border-radius: 10px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	user-select: none;
	cursor: pointer;
	margin: 50px 0 0;
}

.mar_bg a {
	color: #FFFFFF;
}

.mar_bg>div>div i {
	margin-right: 10px;
}

.isShow,
.watch_r .isShow {
	display: none;
}

.mar_main {
	margin-top: 50px;
}
.mar_t {
	width: 100%;
}

.mar_t .fadetop {
	text-align: center;
}
.mar_m_one {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.mar_m_one div {
	width: 48%;
}

.mar_m_one div img {
	width: 100%;
	height: 100%;
}

.m_img {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mar_m_one .m_img img {
	height: 280px;
}

.mar_m_one p {
	line-height: 40px;
	margin-top: 20px;
	color: #999999;
}

.mar_adv {
	text-align: center;

}

.mar_adv h3 {
	font-size: 24px;
	line-height: 40px;
}

.mar_img_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.mar_img_box img {
	width: 140px;
	height: 90px;
}

.process {
	text-align: center;
}

.process h3 {
	font-size: 24px;
	line-height: 60px;
}

.process span {
	color: #999;
}

.b_i {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	position: relative;
}

.b_i span {
	text-align: left;
}
.b_i>i{
	position: absolute;
	height: 280px;
	border-right: 2px solid rgb(139, 137, 137);
	left: 375px;
}
.b_i_one {
	width: 300px;
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* padding-right: 40px; */
}

.b_i_one>div {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #FFFFFF;
	color: #000;
	line-height: 80px;
	font-size: 35px;
	margin: 0 auto;
}

.b_i_one h6 {
	font-size: 20px;
}

.b_i_one span {
	line-height: 40px;
}



.process a {
	color: #FFFFFF;
}

.but {
	width: 300px;
	height: 70px;
	/* color: #FFFFFF; */
	font-size: 25px;
	margin: 70px auto;
	background-color: #1b184e;
	line-height: 70px;
	border-radius: 15px;
	user-select: none;
}
.tanbox {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -75px;
	z-index: 1001;
	color: #FFFFFF;
	background-color: rgba(126, 124, 124, 0.651);
	text-align: center;
	line-height: 150px;
	border-radius: 5px;
	/* font-size: 80px; */
}
.tanbox i{
	color: #FFFFFF;
	font-size: 50px;
}
.mar_m_one div {
	overflow: hidden;
}
/* 图片效果 */
.watch_r img,
.mar_m_one img {
	transition: all 0.5s;
	cursor: pointer;
}
.ppcimg img:hover, 
.watch_r img:hover,
.mar_m_one img:hover{
	transform: scale(1.2);
}
/* 按钮动效 */
.gift_a a:hover {
	background: #1f8458;
	color: #cccccc;
}
.djBox>form input[type=submit]:hover,
.mar_bg>div>div:hover {
	background: #0a0824;
}

video::-webkit-media-controls-mute-button {
	display: none !important;;            
}
video::-webkit-media-controls-volume-control-container {
	display: none !important;;            
}
video::-webkit-media-controls-fullscreen-button {
	display: none !important;;
}
.nav .navtop {
	position: fixed;
	top: 0;
	z-index: 999;
	right: 0;
}

.n_one_box>div>div {
	width: 170px;
	height: 170px;
}
.n_one_box>div>div>img{
	width: auto;  
    height: auto;  
    max-width: 100%;  
    max-height: 100%;
}


@keyframes fadetop {
	from {
		top: 50px;
		opacity: 0;
		filter: alpha(opacity=0);
	}

	to {
		top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

@-o-keyframes fadetop {
	from {
		top: 50px;
		opacity: 0;
		filter: alpha(opacity=0);
	}

	to {
		top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

@-webkit-keyframes fadetop {
	from {
		top: 50px;
		opacity: 0;
		filter: alpha(opacity=0);
	}

	to {
		top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

.djBoxs{
	width: 575px;
	height: 369px;
	background-color: #131720;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 280px;
}
.djBoxs>h1{
	font-family: "Bauhaus 93";
	color: #01a05c;
	text-align: center;
	font-size: 60px;
	padding-top: 40px;
}
.djBoxs>form{
	margin: 30px 90px 0;
}
.djBoxs>form>h6{
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}
.djBoxs>form>input{
	width: 366px;
	height: 50px;
	border-radius: 3px;
	border: solid 1px #a0a0a0;
	background: transparent;
	outline: none;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
}
.djBoxs>form>input[type=submit]{
	background-color: #01a05c;
	border:0;
	font-weight: normal;
}
.del_icon{
    position: absolute;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	border: 0 !important;
	color: #000000 !important;
    right: 0;
    top: 0px;
    width: 20px !important;
    height: 20px;
}
.del_box{
	width: 150px !important;
	height: 150px !important;
}

.xs_img_more_val{
	display: flex;
	align-items: center;
	justify-content: center;
}
.xs_img_more{
	/*width: 85%;*/
}

.Play_img{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.Play_img img{
	width: 150px;
	height: 150px;
	margin-right: 10px;
}

.Play_img video{
	width: 150px;
	height: 150px;
	margin-right: 10px;
}